<p class="Paragraph">Expression: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted.</p>
<p class="Paragraph">Number: Number of spaces to be inserted by the Spc function.</p>
<p class="Paragraph">Pos: Spaces are inserted until the specified position.</p>
<p class="Paragraph">If a semicolon or comma appears after the last expression to be printed, <help:productname xmlns:help="http://openoffice.org/2000/help">%PRODUCTNAME</help:productname> Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once.</p>
<p class="Paragraph">Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation.</p>
<p class="Paragraph">If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line.</p>
<p class="TextInTable">You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <span class="T1">Spc</span> function to insert a specified number of spaces.</p>